Property | Type | Description | |
---|---|---|---|
NEGATIVE_COMMANDS_ATTRIBUTES | ControlAttributes[][] | ||
POSITIVE_COMMANDS_ATTRIBUTES | ControlAttributes[][] |
Method | Description | |
---|---|---|
Attribute ( int index ) : VALUE | ||
DisableAllMessage ( ) : |
||
DisableMessage ( string unique_name ) : |
||
EnableMessage ( string unique_name, string call, ushort creation_delay_ms ) : |
||
FillWithKeepaliveMessage ( ) : |
||
FromBinary ( BinaryReader reader ) : void | ||
GetCommand ( ) : ControlCommands | ||
GetTimestampUs ( ) : ulong | ||
HeaderSize ( ) : int | ||
KeepaliveMessage ( ) : |
||
NewMessage ( ControlCommands command ) : void | ||
PayloadSize ( BinaryReader header_data ) : int | ||
PutAttribute ( |
||
PutI32 ( ControlAttributes attribute, int value ) : void | ||
PutString ( ControlAttributes attribute, string value ) : void | ||
PutU16 ( ControlAttributes attribute, ushort value ) : void | ||
ToBinary ( BinaryWriter writer ) : int | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
Validate ( ) : void |
public static DisableAllMessage ( ) : |
||
return |
public static DisableMessage ( string unique_name ) : |
||
unique_name | string | |
return |
public static EnableMessage ( string unique_name, string call, ushort creation_delay_ms ) : |
||
unique_name | string | |
call | string | |
creation_delay_ms | ushort | |
return |
public FillWithKeepaliveMessage ( ) : |
||
return |
public FromBinary ( BinaryReader reader ) : void | ||
reader | BinaryReader | |
return | void |
public static KeepaliveMessage ( ) : |
||
return |
public NewMessage ( ControlCommands command ) : void | ||
command | ControlCommands | |
return | void |
public PayloadSize ( BinaryReader header_data ) : int | ||
header_data | BinaryReader | |
return | int |
public PutAttribute ( |
||
attribute | ||
return | void |
public PutI32 ( ControlAttributes attribute, int value ) : void | ||
attribute | ControlAttributes | |
value | int | |
return | void |
public PutString ( ControlAttributes attribute, string value ) : void | ||
attribute | ControlAttributes | |
value | string | |
return | void |
public PutU16 ( ControlAttributes attribute, ushort value ) : void | ||
attribute | ControlAttributes | |
value | ushort | |
return | void |
public ToBinary ( BinaryWriter writer ) : int | ||
writer | BinaryWriter | |
return | int |
public ControlAttributes[][] NEGATIVE_COMMANDS_ATTRIBUTES | ||
return | ControlAttributes[][] |