C# Class Notpod.Configuration12.DeviceConfiguration

Mostrar archivo Open project: notpod/Notpod-1.x Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddDevice ( Notpod.Configuration12.Device d ) : void

Add a device.

ContainsSyncPattern ( SyncPattern sp ) : bool
RemoveDevice ( Notpod.Configuration12.Device d ) : bool

Remove a Device.

Method Details

AddDevice() public method

Add a device.
public AddDevice ( Notpod.Configuration12.Device d ) : void
d Notpod.Configuration12.Device Device to add.
return void

ContainsSyncPattern() public method

public ContainsSyncPattern ( SyncPattern sp ) : bool
sp SyncPattern
return bool

RemoveDevice() public method

Remove a Device.
public RemoveDevice ( Notpod.Configuration12.Device d ) : bool
d Notpod.Configuration12.Device Device to remove.
return bool