Show / Hide Table of Contents

Class BLECommandBuilder

小型RFIDリーダへ発行するコマンドの作成を行うクラスです。

Inheritance
System.Object
BLECommandBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TFSW.BUD01.handy
Assembly: TFSW_RFIDScannerHandy.dll
Syntax
public class BLECommandBuilder

Constructors

BLECommandBuilder(Byte)

Declaration
public BLECommandBuilder(byte command)
Parameters
Type Name Description
System.Byte command

Methods

AddParameter(Byte)

Declaration
public void AddParameter(byte param)
Parameters
Type Name Description
System.Byte param

AddParameters(Byte[])

Declaration
public void AddParameters(byte[] param)
Parameters
Type Name Description
System.Byte[] param

Build()

Declaration
public byte[] Build()
Returns
Type Description
System.Byte[]
Back to top Generated by DocFX