C# Class PeterO.Cbor.CBORTag5

Inheritance: ICBORTag
Datei anzeigen Open project: peteroupc/CBOR Class Usage Examples

Public Methods

Method Description
CBORTag5 ( ) : System
CBORTag5 ( bool extended ) : System
GetTypeFilter ( ) : CBORTypeFilter
ValidateObject ( CBORObject obj ) : CBORObject

Private Methods

Method Description
ConvertToDecimalFrac ( CBORObject o, bool isDecimal, bool extended ) : CBORObject

Method Details

CBORTag5() public method

public CBORTag5 ( ) : System
return System

CBORTag5() public method

public CBORTag5 ( bool extended ) : System
extended bool
return System

GetTypeFilter() public method

public GetTypeFilter ( ) : CBORTypeFilter
return CBORTypeFilter

ValidateObject() public method

public ValidateObject ( CBORObject obj ) : CBORObject
obj CBORObject
return CBORObject