monotooth : monotooth.Model.Service Namespace

Service Struct

A structure to describe a service.

public struct Service


Remarks

To be added.

Members

See Also: Inherited members from ValueType.

Fields

description
string . Description of the service.
name
string . Name of the service.
rfcomm_port
int . A port of the service.

Member Details

description Field

public string description

Description of the service.

Remarks

To be added.

name Field

public string name

Name of the service.

Remarks

To be added.

rfcomm_port Field

public int rfcomm_port

A port of the service.

Remarks

To be added.