BioRadio SDK - Java Android  1.1
com.glneurotech.devices.common.transportlayer.RecordingHeader Class Reference

Public Member Functions

final String getDeviceId ()
 
final void setDeviceId (String value)
 
final DeviceTypeCode getDeviceType ()
 
final void setDeviceType (DeviceTypeCode value)
 
final String getFirmwareVersion ()
 
final void setFirmwareVersion (String value)
 
final String getHardwareVersion ()
 
final void setHardwareVersion (String value)
 
final String getStudyId ()
 
final void setStudyId (String value)
 
final LocalDateTime getRecordingTime ()
 
final void setRecordingTime (LocalDateTime value)
 
 RecordingHeader (ByteArrayInputStream stream) throws IOException
 
 RecordingHeader (DaqDevice device)
 
final byte [] getHeaderBytes ()
 

Constructor & Destructor Documentation

◆ RecordingHeader() [1/2]

com.glneurotech.devices.common.transportlayer.RecordingHeader.RecordingHeader ( ByteArrayInputStream  stream) throws IOException

Recording header method.

Parameters
streamTake byte array input stream as parameter.
Exceptions
IOException

◆ RecordingHeader() [2/2]

com.glneurotech.devices.common.transportlayer.RecordingHeader.RecordingHeader ( DaqDevice  device)

Recording header method.

Parameters
deviceTake a DaqDevice as parameter.

Member Function Documentation

◆ getDeviceId()

final String com.glneurotech.devices.common.transportlayer.RecordingHeader.getDeviceId ( )

Get device ID.

Returns

◆ getDeviceType()

final DeviceTypeCode com.glneurotech.devices.common.transportlayer.RecordingHeader.getDeviceType ( )

Get device type.

Returns

◆ getFirmwareVersion()

final String com.glneurotech.devices.common.transportlayer.RecordingHeader.getFirmwareVersion ( )

Get firmware version.

Returns

◆ getHardwareVersion()

final String com.glneurotech.devices.common.transportlayer.RecordingHeader.getHardwareVersion ( )

Get hardware version.

Returns

◆ getHeaderBytes()

final byte [] com.glneurotech.devices.common.transportlayer.RecordingHeader.getHeaderBytes ( )

Get header bytes method.

Returns

◆ getRecordingTime()

final LocalDateTime com.glneurotech.devices.common.transportlayer.RecordingHeader.getRecordingTime ( )

Get recording time.

Returns

◆ getStudyId()

final String com.glneurotech.devices.common.transportlayer.RecordingHeader.getStudyId ( )

Get study id.

Returns

◆ setDeviceId()

final void com.glneurotech.devices.common.transportlayer.RecordingHeader.setDeviceId ( String  value)

Set device ID.

Parameters
valueTake a string as parameter.

◆ setDeviceType()

final void com.glneurotech.devices.common.transportlayer.RecordingHeader.setDeviceType ( DeviceTypeCode  value)

Set device type.

Parameters
valueTake a DeviceTypeCode as parameter.

◆ setFirmwareVersion()

final void com.glneurotech.devices.common.transportlayer.RecordingHeader.setFirmwareVersion ( String  value)

Set firmware version.

Parameters
valueTake a string as parameter.

◆ setHardwareVersion()

final void com.glneurotech.devices.common.transportlayer.RecordingHeader.setHardwareVersion ( String  value)

Set hardware version.

Parameters
valueTake a string as parameter.

◆ setRecordingTime()

final void com.glneurotech.devices.common.transportlayer.RecordingHeader.setRecordingTime ( LocalDateTime  value)

Set recording time.

Parameters
valueTake a LocalDateTime as parameter.

◆ setStudyId()

final void com.glneurotech.devices.common.transportlayer.RecordingHeader.setStudyId ( String  value)

Set study id.

Parameters
valueTake a string parameter.

The documentation for this class was generated from the following file: