Method | Description | |
---|---|---|
BodyEventArgs ( ) : System |
Initializes a new instance of the BodyEventArgs class.
|
|
BodyEventArgs ( byte buffer, int offset, int count ) : System |
Initializes a new instance of the BodyEventArgs class.
|
Method | Description | |
---|---|---|
AssignInternal ( byte bytes, int offset, int count ) : void |
public BodyEventArgs ( byte buffer, int offset, int count ) : System | ||
buffer | byte | buffer that contains the received bytes. |
offset | int | offset in buffer where to start processing. |
count | int | number of bytes from |
return | System |