C# Class FieldTrip.Buffer.ByteOrder

Mostra file Open project: jadref/buffer_bci Class Usage Examples

Public Properties

Property Type Description
BIG_ENDIAN ByteOrder
LITTLE_ENDIAN ByteOrder

Public Methods

Method Description
nativeOrder ( ) : ByteOrder
toString ( ) : string

Private Methods

Method Description
ByteOrder ( string endianess ) : System.Collections

Method Details

nativeOrder() public static method

public static nativeOrder ( ) : ByteOrder
return ByteOrder

toString() public method

public toString ( ) : string
return string

Property Details

BIG_ENDIAN public_oe static_oe property

public static ByteOrder,FieldTrip.Buffer BIG_ENDIAN
return ByteOrder

LITTLE_ENDIAN public_oe static_oe property

public static ByteOrder,FieldTrip.Buffer LITTLE_ENDIAN
return ByteOrder