Function isSignalFrame [src]

Prototype

pub fn isSignalFrame(self: CommonInformationEntry) bool

Parameters

self: CommonInformationEntry

Source

pub fn isSignalFrame(self: CommonInformationEntry) bool { for (self.aug_str) |c| if (c == 'S') return true; return false; }