C# Класс OpenBveApi.Runtime.BeaconData

Represents data trasmitted by a beacon.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BeaconData ( int type, int optional, SignalData signal ) : System

Creates a new instance of this class.

Описание методов

BeaconData() публичный Метод

Creates a new instance of this class.
public BeaconData ( int type, int optional, SignalData signal ) : System
type int The type of beacon.
optional int Optional data the beacon transmits.
signal SignalData The section the beacon is attached to.
Результат System