Programming Reference

Top  Previous  Next

Just like in previous versions of TN Bridge, when working with profiles, you can operate with a single or several files. Main difference in this version is that subkeys are fixed. When you set the StreamingType property of the TNBProfiles component to XML value, subkeys will be predetermined tags, and the Key will be TNBRIDGE tag, that is the root.

 

The following is the tags' hierarchy we will use:

 

<TNBRIDGE>

<Connections>

<Connection>

<Host ... />

<Display ... />

<Connection>

.

.

.

<Connections />

<ScreenStyles>

<ScreenStyle>

<General>

<Font ... />

<General />

<FieldMapping>

<FieldMap>

<Input ... />

<Output ... />

<FieldMap />

.

.

.

<FieldMapping />

<ScreenStyle />

.

.

.

<ScreenStyles />

<KeyboardMaps>

<KeyboardMap>

<KeyMap>

<FunctionKey ... />

<MappedKey ... />

<KeyMap />

.

.

.

<KeyboardMap />

.

.

.

<KeyboardMaps>

<HotSpots>

<HotSpotsGroup>

<HotSpot ... />

<HotSpotsGroup />

.

.

.

<HotSpots />

<TnbMacros>

<Macro>

<Action ... />

<Macro />

.

.

.

<TnbMacros />

<TNBRIDGE />