메소드 | 설명 | |
---|---|---|
CommunicationBufferEventArgs ( byte message ) : System |
Initializes a new instance of the CommunicationBufferEventArgs class.
|
|
CommunicationBufferEventArgs ( byte buffer, int index, int length ) : System |
Initializes a new instance of the CommunicationBufferEventArgs class.
|
|
GetMessage ( ) : byte[] |
Get the transfered message.
|
|
GetMessageString ( ) : string |
Get the transferred message as string.
|
public CommunicationBufferEventArgs ( byte message ) : System | ||
message | byte | Message being transfered during communication process. |
리턴 | System |
public CommunicationBufferEventArgs ( byte buffer, int index, int length ) : System | ||
buffer | byte | Buffer containing the message being transferred during communication process. |
index | int | Starting index of the message within the buffer. |
length | int | Length of the message within the buffer. |
리턴 | System |