C# Class BRM_vscp_message.message_frame

Show file Open project: grodansparadis/vscp_firmware Class Usage Examples

Public Properties

Property Type Description
msg byte[]
msgflags byte
size byte

Public Methods

Method Description
AddByte ( byte i_byte ) : bool
message_frame ( ) : System

Method Details

AddByte() public method

public AddByte ( byte i_byte ) : bool
i_byte byte
return bool

message_frame() public method

public message_frame ( ) : System
return System

Property Details

msg public property

public byte[] msg
return byte[]

msgflags public property

public byte msgflags
return byte

size public property

public byte size
return byte