CHAI SDK  Version 1.3
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
CPNS::Constants Class Reference

Constants class contains fixed device identity information. More...

Static Public Attributes

static CPNS::uint16 COPPERLAN_BRAND_NUMBER
 CopperLan brand number. More...
 
static CPNS::char8 const * COPPERLAN_BRAND_NAME
 CopperLan brand name string. More...
 
static CPNS::uint16 COPPERLAN_CHAIDEVICE_MODELID
 CopperLan CHAI model ID. More...
 
static CPNS::char8 const * COPPERLAN_CHAIDEVICE_MODELNAME
 CopperLan CHAI model name. More...
 
static CPNS::uint16 COPPERLAN_VNMCONTROLLER_MODELID
 CopperLan VNM Controller model ID. More...
 
static CPNS::char8 const * COPPERLAN_VNMCONTROLLER_MODELNAME
 CopperLan VNM Controller model name. More...
 
static CPNS::uint16 TEST_BRAND_NUMBER
 Test brand number. More...
 
static CPNS::char8 const * TEST_BRAND_NAME
 Test brand name string. More...
 

Detailed Description

Constants class contains fixed device identity information.

Class members can be used to identify CHAI or VNM Controller's devices

Remarks
The Test brand number can be used for test devices to avoid conflicting with existing products.

Member Data Documentation

CPNS::char8 const* CPNS::Constants::COPPERLAN_BRAND_NAME
static

CopperLan brand name string.

Can be used to identify CopperLan made devices.

CPNS::uint16 CPNS::Constants::COPPERLAN_BRAND_NUMBER
static

CopperLan brand number.

Can be used to identify CopperLan made devices.

CPNS::uint16 CPNS::Constants::COPPERLAN_CHAIDEVICE_MODELID
static

CopperLan CHAI model ID.

Can be used to identify CopperLan CHAI devices.

CPNS::char8 const* CPNS::Constants::COPPERLAN_CHAIDEVICE_MODELNAME
static

CopperLan CHAI model name.

Can be used to identify CopperLan CHAI devices.

CPNS::uint16 CPNS::Constants::COPPERLAN_VNMCONTROLLER_MODELID
static

CopperLan VNM Controller model ID.

Can be used to identify CopperLan VNM Controller devices.

CPNS::char8 const* CPNS::Constants::COPPERLAN_VNMCONTROLLER_MODELNAME
static

CopperLan VNM Controller model name.

Can be used to identify CopperLan VNM Controller devices.

CPNS::char8 const* CPNS::Constants::TEST_BRAND_NAME
static

Test brand name string.

Can be used to identify Test devices.

CPNS::uint16 CPNS::Constants::TEST_BRAND_NUMBER
static

Test brand number.

Can be used to identify Test devices.