monotooth : monotooth.Model.Device Namespace

LinuxDevice.Service Struct

A structure to describe a service.

public struct LinuxDevice.Service


Remarks

To be added.

Members

See Also: Inherited members from ValueType.

Fields

description
char[]. Description of the service.
name
char[]. Name of the service.
rfcomm_port
int . A port of the service.

Member Details

description Field

public char[] description

Description of the service.

Remarks

To be added.

name Field

public char[] 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.