메소드 | 설명 | |
---|---|---|
GenerateBinaryImage ( byte buffer, int startIndex ) : int |
Generates a binary representation of this RadiusPacketAttribute object and copies it into the given buffer.
|
|
ParseBinaryImage ( byte buffer, int startIndex, int length ) : int |
Parses RadiusPacketAttribute object by parsing the specified buffer containing a binary image.
|
|
RadiusPacketAttribute ( ) : System |
Initializes a new instance of the RadiusPacketAttribute class.
|
|
RadiusPacketAttribute ( AttributeType type, |
Initializes a new instance of the RadiusPacketAttribute class.
|
|
RadiusPacketAttribute ( AttributeType type, |
Initializes a new instance of the RadiusPacketAttribute class.
|
|
RadiusPacketAttribute ( AttributeType type, byte value ) : System |
Initializes a new instance of the RadiusPacketAttribute class.
|
|
RadiusPacketAttribute ( AttributeType type, string value ) : System |
Initializes a new instance of the RadiusPacketAttribute class.
|
|
RadiusPacketAttribute ( byte buffer, int startIndex, int length ) : System |
Initializes a new instance of the RadiusPacketAttribute class.
|
public GenerateBinaryImage ( byte buffer, int startIndex ) : int | ||
buffer | byte | Buffer used to hold generated binary image of the source object. |
startIndex | int | 0-based starting index in the |
리턴 | int |
public ParseBinaryImage ( byte buffer, int startIndex, int length ) : int | ||
buffer | byte | Buffer containing binary image to parse. |
startIndex | int | 0-based starting index in the |
length | int | Valid number of bytes within |
리턴 | int |
public RadiusPacketAttribute ( AttributeType type, |
||
type | AttributeType | Type of the |
value | IP address value of the |
|
리턴 | System |
public RadiusPacketAttribute ( AttributeType type, |
||
type | AttributeType | Type of the |
value | 32-bit unsigned integer value of the |
|
리턴 | System |
public RadiusPacketAttribute ( AttributeType type, byte value ) : System | ||
type | AttributeType | Type of the |
value | byte | Byte array value of the |
리턴 | System |
public RadiusPacketAttribute ( AttributeType type, string value ) : System | ||
type | AttributeType | Type of the |
value | string | Text value of the |
리턴 | System |
public RadiusPacketAttribute ( byte buffer, int startIndex, int length ) : System | ||
buffer | byte | Buffer containing binary image to be used for initializing |
startIndex | int | 0-based starting index of initialization data in the |
length | int | Valid number of bytes in |
리턴 | System |