C# Class PBCaGw.Services.CidGenerator

Generates unique ID to be used accross the gateway
Exibir arquivo Open project: ISISComputingGroup/EPICS-epicssharp

Public Methods

Method Description
Next ( ) : UInt32
Peek ( ) : UInt32
ReleaseCid ( UInt32 id ) : void

Method Details

Next() public static method

public static Next ( ) : UInt32
return System.UInt32

Peek() public static method

public static Peek ( ) : UInt32
return System.UInt32

ReleaseCid() public static method

public static ReleaseCid ( UInt32 id ) : void
id System.UInt32
return void