C# 클래스 PBCaGw.Services.CidGenerator

Generates unique ID to be used accross the gateway
파일 보기 프로젝트 열기: ISISComputingGroup/EPICS-epicssharp

공개 메소드들

메소드 설명
Next ( ) : UInt32
Peek ( ) : UInt32
ReleaseCid ( UInt32 id ) : void

메소드 상세

Next() 공개 정적인 메소드

public static Next ( ) : UInt32
리턴 System.UInt32

Peek() 공개 정적인 메소드

public static Peek ( ) : UInt32
리턴 System.UInt32

ReleaseCid() 공개 정적인 메소드

public static ReleaseCid ( UInt32 id ) : void
id System.UInt32
리턴 void