C# Class Yodiwo.API.Plegma.NodePairing.PairingServerKeysResponse

Inheritance: GenericRsp
Datei anzeigen Open project: yodiwo/plegma

Public Properties

Property Type Description
nodeKey string
secretKey string

Public Methods

Method Description
PairingServerKeysResponse ( ) : System
PairingServerKeysResponse ( string nodeKey, string secretKey ) : System

Method Details

PairingServerKeysResponse() public method

public PairingServerKeysResponse ( ) : System
return System

PairingServerKeysResponse() public method

public PairingServerKeysResponse ( string nodeKey, string secretKey ) : System
nodeKey string
secretKey string
return System

Property Details

nodeKey public_oe property

public string nodeKey
return string

secretKey public_oe property

public string secretKey
return string