C# Class PBCaGw.Services.CidGenerator

Generates unique ID to be used accross the gateway
Afficher le fichier Open project: ISISComputingGroup/EPICS-epicssharp

Méthodes publiques

Méthode Description
Next ( ) : UInt32
Peek ( ) : UInt32
ReleaseCid ( UInt32 id ) : void

Method Details

Next() public static méthode

public static Next ( ) : UInt32
Résultat System.UInt32

Peek() public static méthode

public static Peek ( ) : UInt32
Résultat System.UInt32

ReleaseCid() public static méthode

public static ReleaseCid ( UInt32 id ) : void
id System.UInt32
Résultat void